-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infer server url on server select screen #1357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass on the code. Haven't tested it yet
need to sanitize the path element in the regex so that it doesn't have trailing /
|
This pull request has merge conflicts. Please resolve the conflicts so the PR can be reviewed. Thanks! |
This pull request has been inactive for 21 days and will be automatically closed in 7 days if there is no further activity. |
Hard crash if user enters server value that begins with forward slashes: |
@1hitsong i'm not able to reproduce this can we see a crash log please edit: I've reproduced it. The IP address has to be resolvable. |
Pretty sure when he says hard crash he means that the roku device reboots which would mean no crash log. |
the crash I've been able to reproduce is a softy. the spinner keeps going and the home button works. I can't get it to crash hard. What do you think should be done about it? |
Your latest changed fixed my crash. |
nice. good catch as always. |
This pull request has merge conflicts. Please resolve the conflicts so the PR can be reviewed. Thanks! |
merge unstable into feature branch
remake of #1280
Allow the user to enter much less information, since entering info on the roku suxxx.
Users can now enter just the host, proto://host, or host:port, and we will check http and https at 80, 8096, 443, and 8920 appropriately.
fixes #366
fixes #283